[WIP] Update objectstack to latest version and plan next steps#389
[WIP] Update objectstack to latest version and plan next steps#389
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the monorepo’s @objectstack/* dependency ranges to ^3.0.4 and refreshes the roadmap to reflect the new baseline and next-step priorities.
Changes:
- Bumped
@objectstack/*specifiers from^3.0.3→^3.0.4across workspace packages and updatedpnpm-lock.yaml. - Updated
ROADMAP.mdto reflect the v3.0.4 upgrade and expanded “Immediate Next Steps” with a status column and additional tasks. - Updated root
package.jsonto use@objectstack/*@^3.0.4(incl.@objectstack/studio).
Reviewed changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Lockfile updated so @objectstack/* resolve to 3.0.4. |
| package.json | Root devDependencies/dependencies bumped to @objectstack/*@^3.0.4. |
| ROADMAP.md | Roadmap updated to reference v3.0.4 upgrade and revised next steps. |
| packages/protocols/odata-v4/package.json | Bumped @objectstack/spec and dev @objectstack/core to ^3.0.4. |
| packages/protocols/json-rpc/package.json | Bumped @objectstack/spec and dev @objectstack/core to ^3.0.4. |
| packages/protocols/graphql/package.json | Bumped @objectstack/spec and dev @objectstack/core to ^3.0.4. |
| packages/foundation/types/package.json | Bumped dev @objectstack/spec to ^3.0.4. |
| packages/foundation/plugin-workflow/package.json | Bumped @objectstack/core/spec to ^3.0.4. |
| packages/foundation/plugin-validator/package.json | Bumped @objectstack/core/spec to ^3.0.4. |
| packages/foundation/plugin-security/package.json | Bumped @objectstack/core/spec to ^3.0.4. |
| packages/foundation/plugin-query/package.json | Bumped @objectstack/core/spec to ^3.0.4. |
| packages/foundation/plugin-optimizations/package.json | Bumped @objectstack/core/spec to ^3.0.4. |
| packages/foundation/plugin-multitenancy/package.json | Bumped @objectstack/core/spec to ^3.0.4. |
| packages/foundation/plugin-formula/package.json | Bumped @objectstack/core/spec to ^3.0.4. |
| packages/foundation/platform-node/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/foundation/core/package.json | Bumped @objectstack/core/objectql/runtime/spec to ^3.0.4. |
| packages/drivers/sqlite-wasm/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/sql/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/sdk/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/redis/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/pg-wasm/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/mongo/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/memory/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/fs/package.json | Bumped @objectstack/spec to ^3.0.4. |
| packages/drivers/excel/package.json | Bumped @objectstack/spec to ^3.0.4. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| > Current Version: **4.2.1** (all packages aligned) | ||
| > Runtime: `@objectstack/cli` v3.0.3+ (Kernel pattern) — `@objectql/server` removed, `packages/runtime/` removed. | ||
| > @objectstack Platform: **v3.0.3+** | ||
| > Runtime: `@objectstack/cli` v3.0.4 (Kernel pattern) — `@objectql/server` removed, `packages/runtime/` removed. | ||
| > @objectstack Platform: **v3.0.4** |
There was a problem hiding this comment.
The header claims "Current Version: 4.2.1 (all packages aligned)" and lists runtime/platform as v3.0.4, but the repo root package.json is still version 4.2.0 and the @objectstack deps are specified as ranges (^3.0.4). Consider clarifying this as "published packages aligned" / "currently resolved to 3.0.4" or updating the root version to match, to avoid misleading version reporting.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.